* xdisp.c (with_echo_area_buffer_unwind_data): Save window
authorDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Mar 2013 02:41:05 +0000 (06:41 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Thu, 28 Mar 2013 02:41:05 +0000 (06:41 +0400)
commit4d66fb77f08f451c98212c8c45ab47f3d4ef0b35
tree75823474fcb851b438110b84c9daa7b581b8cd2b
parent846fb7b455e8bc080e21bbb437044d8adaef5b1a
* xdisp.c (with_echo_area_buffer_unwind_data): Save window
start marker...
(unwind_with_echo_area_buffer): ...to restore it here.  This
is needed to ensure that...
(redisplay_window): ...both window markers are valid here,
which is verified by eassert.
* editfns.c (save_excursion_save): Do not assume that
selected_window always displays the buffer.
src/ChangeLog
src/editfns.c
src/xdisp.c